CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8 queen

搜索资源列表

  1. My_eight

    0下载:
  2. 8皇后问题的c++解决方案-8 Queen of c Solutions
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1671
    • 提供者:王飞
  1. 8-Queen

    0下载:
  2. 关于著名的八后问题运用回溯法进行求解的源程序。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18221
    • 提供者:祝百
  1. queen

    0下载:
  2. 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4322
    • 提供者:chj
  1. atqueue

    0下载:
  2. 任意相互不捕捉皇后生成源程序(类似相互不捕捉八皇后)-not arbitrary mutual capture Queen's generation source (similar to each other to capture 8 Queen)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40250
    • 提供者:马志杰
  1. 8皇后图形界面

    0下载:
  2. 八皇后的图形界面-eight Queen's graphical interface
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54574
    • 提供者:琚伟业
  1. equeen

    0下载:
  2. 动态求解八Queen问题的源代码,计算速度比较快-8 Queen of the source code, faster computing speed
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:20837
    • 提供者:李明
  1. 8_eightqueens

    0下载:
  2. 8皇后问题的递归求解,c语言实现-8 Queen of recursive solution, c Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1077
    • 提供者:张鹜
  1. Checkers

    0下载:
  2. 8皇后源程序These rules (as supplied by Ulli) will be implemented as soon as possible.Anyone who would like to help develop the code further is welcome to (please contact dioxic@madasafish.com if interested).A version of checkers with most (or all) of thes
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:93321
    • 提供者:汪柏然
  1. 8皇后动态图形

    1下载:
  2. 清华大学版的数据结构书实验编的解决8皇后问题的原程序,还是动态的显示。-version of the experimental data structure book series to solve the problems of the original Queen's procedures, or dynamic display.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2344
    • 提供者:秦汉
  1. 8皇后算法111

    0下载:
  2. 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2247
    • 提供者:YY
  1. “八皇后”问题递归法求解

    1下载:
  2. “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recursive method * 8 Queen's pr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2625
    • 提供者:美美
  1. eight_queen.经典的八皇后问题用VC++实现

    0下载:
  2. 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:525990
    • 提供者:杨旸
  1. Queen.zip

    0下载:
  2. 这是数据结构中的一道经典题目,是计算在8×8的棋盘上放置8个不同行不用列的皇后的算法,This is a data structure together with the classical subject is included in the 8 × 8 board to place the eight different line of the Queen' s not out of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:79476
    • 提供者:中杰
  1. queen

    0下载:
  2. 八皇后问题。利用了递归算法,很是巧妙!最后一行为输出解的个数,每行共8个数字,这些数字即代表皇后在该行的位置。-It s a code about Eight queen.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:942
    • 提供者:洛菲雨
  1. 1

    0下载:
  2. 八皇后最快算法,非常非常神奇……对搜索算法感兴趣的可以看看~-8 Queen' s fastest algorithm, very, very wonderful ... ... interested in the search algorithm can take a look ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:SphinX翔
  1. 8Q

    0下载:
  2. 8皇后问题的解算程序,DOS 系统下运行,使用MS C6.00 编译,演示一种搜索算法-example for 8-QUEEN
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:546
    • 提供者:wenggong
  1. queen

    0下载:
  2. 运用回溯法解决8皇后问题,进而可以使用本方向推广到N皇后问题。-The use of backtracking to solve 8 queens problem, in turn, can be extended to use the direction of N Queens problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:998
    • 提供者:huangkangying
  1. eightqueen

    0下载:
  2. 自己写的一个8皇后程序,能给出所有的可行解-Wrote it myself an 8-Queen s procedures, can give all the feasible solution
  3. 所属分类:

    • 发布日期:2017-11-27
    • 文件大小:1001
    • 提供者:linbirg
  1. 哈夫曼编码和译码

    0下载:
  2. 自己写的一个8皇后程序,能给出所有的可行解-Wrote it myself an 8-Queen s procedures, can give all the feasible solution
  3. 所属分类:

    • 发布日期:2017-12-28
    • 文件大小:26624
    • 提供者:linbirg
  1. eightqueen

    0下载:
  2. 八皇后问题四种解法,回溯为主, 更有一个一句语句实现八皇后问题的程序,绝-8 Queen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:152432
    • 提供者:k2eats
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com